Interface ISensor<T>
Abstraction for a simple sensor
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ISensor<T> : ISensor
Methods
Read()
Convenience method to get the current sensor reading
View Source
Declaration
Task<T> Read()
Returns
System.Threading.Tasks.Task<<T>>